@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: middle;
	width: 100%
}

a, a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-family: "微软雅黑";
}

#container {
	text-align: left;
}

.contain {
	width: 80%;
	max-width: 1400px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#gHeader .top {
	background: #f2f7f2;
	line-height: 30px;
	overflow: hidden;
	font-size: 12px;
	color: #888;
}

#gHeader .top a {
	display: block;
	float: right;
	color: #888;
}

#gHeader .heaCon {
	padding: 15px 0;
	overflow: hidden;
}

#gHeader .logo {
	margin-top: 11px;
}

#gHeader .text {
	line-height: 30px;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #e9e9e9;
	margin-top: 12px;
	font-weight: "思源黑体 CN";
}

#gHeader .text strong {
	font-size: 20px;
	color: #218630;
}

#gHeader .text p {
	font-size: 17px;
}

#gHeader .tel {
	padding: 0px 0 0 50px;
	font-size: 15px;
	background: url(../../images/common/tel_1.png) no-repeat left center;
	background-size: 40px;
}

#gHeader .tel strong {
	color: #218630;
	font-size: 24px;
	display: block;
	line-height: 30px
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/

#gNavi {
	line-height: 56px;
	height: 56px;
	border-top: 1px solid #ddd;
}

#gNavi li {
	width: 11.11%;
	float: left;
	text-align: center;
	position: relative;
}

#gNavi li a {
	display: block;
	font-size: 16px;
	color: #333;
}

#gNavi li .drop {
	position: absolute;
	left: 0;
	top: 56px;
	right: 0;
	background: #218630;
	display: none;
	border-top: 1px solid #fff;
	padding: 0px 3px;
	z-index: 199;
}



#gNavi li .drop a:last-child {
	margin-bottom: 5px;
}

#gNavi li .drop a {
	color: #fff;
	font-size: 15px;
	line-height: 45px;
	border-radius: 2px;
}

#gNavi li:hover>a, #gNavi li.on>a {
	background: #218630;
	color: #fff;
}

#gNavi li .drop a:hover, #gNavi li .drop a.on {
	background: #d4561e;
}

#gNavi li:nth-child(2) .drop {
	width: 200%;
	overflow: hidden;
}

#gNavi li:nth-child(2) .drop a {
	width: 50%;
	float: left;
}

.hotBox {
	margin: 20px auto;
}

.hotBox .hot {
	line-height: 34px;
}

.hotBox .hot strong {
	font-size: 15px;
	font-weight: 500;
	color: #218630;
	float: left;
	text-align: center;
	margin-right: 5px;
}

.hotBox .hot strong span {
	color: #ccc;
	font-size: 14px;
	display: none;
}

.hotBox .hot a {
	display: inline-block;
	padding: 0 8px;
	margin-top: 10px;
	border-right: 1px solid #ddd;
	font-size: 14px;
	line-height: 16px;
	color: #888;
}

.hotBox .hot a:last-child {
	border-right: none;
}

.hotBox .form {
	position: relative;
	border: 1px solid #ddd;
	height: 34px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 24px;
}

.hotBox .form input {
	width: 300px;
	border: none;
	line-height: 6px;
	height: 36px;
	background: #fff;
	padding: 0 60px 0 5px;
	font-size: 14px;
	box-sizing: border-box;
}

.hotBox .form .btn {
	width: 60px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	background: #218630;
	color: #fff;
	padding: 0;
	line-height: 35px;
	height: 35px;
	cursor: pointer;
	border: none
}

.sec .title {
	text-align: center;
	margin-bottom: 25px;
}

.sec .title h2 {
	font-size: 35px;
	color: #343434;
}

.sec .title .line img {
	max-width: 100%;
	width: auto;
}

.sec .title p {
	font-size: 18px;
	color: #898989;
	line-height: 2em;
}

.fLink {
	color: #999;
	padding: 20px 0;
	border-top: 1px solid #ddd;
}

.fLink a {
	display: inline-block;
	color: #999;
	margin: 0 6px;
}

.fLink a:hover {
	color: #218630;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#gFooter {
	background: url(../../images/index/ftBg.jpg) no-repeat;
	background-size: cover;
	padding: 50px 0 10px;
	color: #fff;
}

#gFooter .nav {
	width: 35%;
}

#gFooter .fl h4 {
	font-size: 26px;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 20px;
	font-weight: 500;
}

#gFooter .nav li {
	float: left;
	width: 50%;
}

#gFooter .nav li a {
	display: block;
	margin: 0 30% 0 0;
	border-bottom: 1px solid #fff;
	background: url(../../images/common/right_arrow.png) no-repeat left center;
	background-size: 10px;
	padding: 10px 0px 10px 20px;
	color: #fff;
	font-size: 16px;
	box-sizing: border-box;
}

#gFooter .fl h4:after {
	content: "";
	width: 35px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

#gFooter .lx .text {
	overflow: hidden;
	margin: 12px 0;
}

#gFooter .lx .text img {
	width: 25px;
	padding-right: 10px;
	border-right: 1px solid #fff;
	float: left;
	display: block;
	margin-top: 10px;
}

#gFooter .lx .text p {
	float: left;
	font-size: 14px;
	padding-left: 10px;
}

#gFooter .lx .text p strong {
	font-size: 16px;
}

#gFooter .fr {
	text-align: center;
	padding-top: 60px;
}

#gFooter .fr .ewm {
	width: 140px;
	display: inline-block;
	font-size: 14px;
	margin: 0 10px;
	line-height: 2em;
	text-align: center
}

#gFooter .fr .ewm img {
	width: 140px;
}

#gFooter .pow {
	line-height: 40px;
	border-top: 1px solid rgba(255, 255, 255, .3);
	text-align: center;
	margin-top: 20px;
}

#gFooter .pow a {
	color: #fff;
}

.fixed {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -180px;
	z-index: 999;
	display: none;
}

.fixed li {
	position: relative;
}

.fixed li .box {
	position: absolute;
	right: -200px;
	top: 0;
	transition: 0.3s;
	z-index: -1;
	border-right: 1px solid #fff;
}

.fixed li .box a {
	width: 170px;
	display: block;
	line-height: 60px;
	background: #218630;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.fixed li .box1 {
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.fixed li .box1 img {
	width: 150px;
}

.fixed li span {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #218630;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

.fixed li:last-child span {
	border-bottom: none;
}

.fixed li span img {
	width: 30px;
}

.fixed li:hover .box {
	right: 60px
}

.sp {
	display: none !important;
}

@media all and (min-width: 1024px) and (max-width:1600px) {
	#gNavi li .drop a {
		font-size: 14px;
	}
}

@media all and (min-width: 1024px) and (max-width:1450px) {
	.contain {
		width: 85%;
	}

	#gHeader .heaCon {
		padding: 15px 0;
	}

	#gHeader .logo {
		width: 38%;
		padding-top: 0px;
	}

	#gHeader .text {
		padding: 0 0 0 10px;
	}

	#gNavi li .drop {
		padding: 0;
	}

	#gNavi li .drop a {
		font-size: 14px;
	}
}

@media all and (min-width: 1024px) and (max-width:1350px) {
	.contain {
		width: 90%;
	}

	#gHeader .heaCon {
		padding: 10px 0;
	}

	#gHeader .logo {
		width: 32%;
	}

	#gHeader .text strong {
		font-size: 19px;
	}

	#gHeader .text p {
		font-size: 16px;
	}

	#gHeader .tel {
		padding-left: 40px;
		font-size: 14px;
		background-size: 36px;
	}

	#gHeader .tel strong {
		font-size: 22px;
	}

	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		line-height: 40px;
		height: 40px;
	}

	#gNavi li a {
		font-size: 15px;
	}

	#gNavi li .drop {
		top: 40px;
	}

	#gNavi li .drop a {
		line-height: 36px;
	}

	#gNavi li:nth-child(2) .drop {
		width: 220%;
	}

	.sec .title {
		margin-bottom: 20px;
	}

	.sec .title h2 {
		font-size: 30px;
	}

	.sec .title p {
		font-size: 16px;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 40px 0 10px;
	}

	#gFooter .nav {
		width: 30%;
	}

	#gFooter .fl h4 {
		font-size: 18px;
		padding-bottom: 8px;
		margin-bottom: 10px;
	}

	#gFooter .nav li a {
		padding: 10px 0px 10px 13px;
		color: #fff;
		font-size: 14px;
	}

	#gFooter .lx .text p strong {
		font-size: 16px;
		font-weight: 500;
	}

	#gFooter .fr .ewm {
		width: 42%;
	}
}

@media all and (min-width: 1024px) and (max-width:1150px) {
	#gHeader .text {
		padding-left: 10px;
		margin-left: 10px;
	}

	#gHeader .text strong {
		font-size: 16px;
	}

	#gHeader .text p {
		font-size: 15px;
	}

	#gFooter .nav {
		width: 25%;
	}

	#gFooter .nav li a {
		margin-right: 10px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.contain {
		width: 100%;
		max-width: inherit;
	}

	.fl {
		float: inherit;
	}

	.fr {
		float: inherit;
	}

	#gHeader .top {
		display: none;
	}

	#gHeader .heaCon {
		padding: 0 0 8px;
	}

	#gHeader .logo {
		width: 220px;
		min-width: inherit;
		padding-top: 0px;
		margin: 0 auto;
	}

	#gHeader .logo a {
		display: block;
		line-height: 39px;
	}

	#gHeader .text {
		display: none;
	}

	#gHeader .tele {
		position: absolute;
		right: 10px;
		top: 6px;
		width: 35px;
	}

	#gHeader .menu {
		position: absolute;
		left: 10px;
		top: 14px;
	}

	#gHeader .menu span {
		display: block;
		width: 25px;
		height: 4px;
		border-radius: 2px;
		background: #888;
		margin-bottom: 5px;
		transition: 0.3s;
	}

	#gHeader .menu span:last-child {
		margin-bottom: 0;
	}

	#gHeader .menu.on span:nth-child(2) {
		display: none;
	}

	#gHeader .menu span:nth-child(1) {
		transform-origin: left top;
	}

	#gHeader .menu.on span:nth-child(1) {
		transform: rotate(45deg);
	}

	#gHeader .menu span:nth-child(3) {
		transform-origin: 8px 8px;
	}

	#gHeader .menu.on span:nth-child(3) {
		transform: rotate(-45deg);
	}

	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		line-height: 60px;
		height: inherit;
		border-top: none;
		border-bottom: none;
		position: fixed;
		left: 0;
		top: 47px;
		right: 0;
		bottom: 0;
		background: #218630;
		z-index: 900;
		padding-top: 40px;
		transform: translateX(-100%);
		opacity: 0;
		transition: 0.3s;
	}

	#gNavi.on {
		transform: translateX(0%);
		opacity: 1;
	}

	#gNavi li {
		width: 100%;
		float: inherit;
	}

	#gNavi li a {
		color: #fff;
	}

	#gNavi li:nth-child(2)>a, #gNavi li:nth-child(3)>a, #gNavi li:nth-child(8)>a {
		background: url(../../images/index/jt2-1.png) no-repeat right 15px center;
		background-size: 15px;
	}

	#gNavi li .drop {
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
	}

	#gNavi li.on>a {
		background-color: #ff8f07;
	}

	#gNavi li:nth-child(2).on>a, #gNavi li:nth-child(3).on>a, #gNavi li:nth-child(8).on>a {
		background: url(../../images/index/jt2.png) #ff8f07 no-repeat right 15px center;
		background-size: 15px;
		color: #fff;
	}

	#gNavi li .drop a:hover, #gNavi li .drop a.on {
		background: #ff8f07;
	}

	#gNavi li.on .drop {
		display: block;
	}

	#gNavi li:nth-child(2) .drop {
		width: 100%;
		box-sizing: border-box;
	}

	.hotBox {
		margin: 20px 10px;
		width: auto;
	}

	.hotBox .hot {
		line-height: 24px;
		margin-top: 10px;
	}

	.hotBox .hot a {
		margin-top: 0px;
		line-height: 24px;
	}

	.sec .title {
		margin-bottom: 10px;
	}

	.sec .title h2 {
		font-size: 24px;
	}

	.sec .title .line {
		height: 8px;
		line-height: 8px;
	}

	.sec .title .line img {
		width: 100%;
	}

	.sec .title p {
		font-size: 15px;
		line-height: 1.6em;
	}

	.fLink {
		padding: 10px;
		border-top: 1px solid #ddd;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 30px 0px 10px;
	}

	#gFooter .contain {
		padding: 0 10px;
		box-sizing: border-box;
	}

	#gFooter .nav {
		width: 100%;
		border-bottom: 1px dashed #fff;
		margin-bottom: 20px;
	}

	#gFooter .nav ul {
		overflow: hidden;
		padding-bottom: 10px;
	}

	#gFooter .fl h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	#gFooter .nav li {
		float: left;
		width: 25%;
		text-align: center;
	}

	#gFooter .nav li a {
		margin: 0 0% 0 0;
		border-bottom: none;
		background: none;
		padding: 5px 0px;
		font-size: 14px;
	}

	#gFooter .fl h4:after {
		width: 50px;
	}

	#gFooter .lx .text img {
		width: 22px;
		padding-right: 6px;
		margin-top: 10px;
	}

	#gFooter .lx .text p {
		font-size: 12px;
		padding-left: 6px;
	}

	#gFooter .lx .text p strong {
		font-size: 14px;
		font-weight: 500;
	}

	#gFooter .fr {
		padding-top: 20px;
	}

	#gFooter .pow {
		line-height: 20px;
		padding-top: 6px;
		margin-top: 20px;
	}

	.fixed {
		bottom: 10%;
		top: inherit;
		right: 20px;
	}

	.fixed .sp a {
		display: block;
		width: 50px;
		height: 50px;
		background: rgba(0, 0, 0, .4);
		text-align: center;
		line-height: 50px;
		border-radius: 50%;
	}

	.fixed .sp a img {
		width: 30px;
	}
}